Package-level declarations
Reusable MCP utility helpers (parsing, coordinate logic, compression). Common low-friction building blocks for feature work.
Types
Link copied to clipboard
object BlockCompressor
Compresses a flat list of block entries into connected regions using BFS.
Link copied to clipboard
object BlockScanner
Scans a 3D area in the client world and returns compressed block data.
Link copied to clipboard
object ChatMessageCapture
Thread-safe singleton that captures chat messages injected via the mixin.
Link copied to clipboard
object CommandParser
Parses Minecraft command strings, handling quoted arguments, coordinates, and entity selectors.
Link copied to clipboard
object CoordinateUtils
Pure math utilities for Minecraft coordinate operations.